home *** CD-ROM | disk | FTP | other *** search
- -- background: 2723 from stack: in
- -- bmap block id: 2236
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (field)
- -- low flags: 00
- -- high flags: 0007
- -- rect: left=16 top=50 right=210 bottom=491
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: Illustration
-
-
- -- part 2 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=16 top=234 right=303 bottom=257
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: Themes
-
-
- -- part 10 (field)
- -- low flags: 00
- -- high flags: 0007
- -- rect: left=272 top=234 right=332 bottom=492
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: Note
-
-
- -- part 11 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=87 top=27 right=46 bottom=441
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Title
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=206 top=305 right=339 bottom=245
- -- title width / last selected line: 0
- -- icon id / first selected line: 32650 / 32650
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve
- go to next card
- end mouseUp
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=4 top=306 right=340 bottom=43
- -- title width / last selected line: 0
- -- icon id / first selected line: 1016 / 1016
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve
- go to previous card
- end mouseUp
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=466 top=16 right=52 bottom=502
- -- title width / last selected line: 0
- -- icon id / first selected line: 8538 / 8538
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Iris Out
- ----- HyperTalk script -----
- on mouseUp
- ask "What do you want to find?"
- if it is empty then exit mouseup
- put it into searchWord
- Answer "Where do you want to search for it?" with "Everywhere" or "Illustrations" or "Themes"
- If it is "themes" then
- put "Find ? in field themes" into phrase
- put searchWord into word 2 of phrase
- put phrase into message box
- find searchWord in field 2
- end if
- If it is "Illustrations" then
- put "Find ? in field illustration" into phrase
- put searchWord into word 2 of phrase
- put phrase into message box
- find searchWord in field 1
- end if
- If it is "Everywhere" then
- put "Find ?" into phrase
- put searchWord into word 2 of phrase
- put phrase into message box
- find searchWord
- end if
- hide message box
- beep
- end mouseUp
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=45 top=24 right=50 bottom=73
- -- title width / last selected line: 0
- -- icon id / first selected line: 21700 / 21700
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- hide message
- go Home
- end mouseUp
-
-
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=12 top=21 right=50 bottom=46
- -- title width / last selected line: 0
- -- icon id / first selected line: 30557 / 30557
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual wipe right
- go first
- end mouseUp
-
-
-